home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / acodet1a / readme.txt < prev   
Encoding:
Text File  |  1998-06-25  |  865 b   |  27 lines

  1. Docking Form Example Project
  2. ----------------------------
  3.  
  4. You are free to use this control and source code in any way you wish, 
  5. entirely at your own risk.
  6.  
  7. Description
  8. -----------
  9. This project demonstrates a technique for simulating the 'drag and dock'
  10. functionality of dialogs in the Visual Basic IDE using a UserControl that
  11. simulates a form's caption bar.
  12.  
  13. This project also demonstrates a simple way to simulate splitter bar
  14. functionality using the SendMessage API function to resize a PictureBox
  15. and a method for keeping a form 'on top' of another form, but not above
  16. windows external to the application.
  17.  
  18. Most of the functional code is contained in the UserControl and Form1.
  19.  
  20. If you have any comments about this project you can contact me by
  21. email at the address below.
  22.  
  23. Steve
  24. Steve81@mediaone.net
  25. http://www.vbtutor.com
  26.  
  27. May 1999